home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000061_news@columbia.edu_Tue Oct 10 11:53:54 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA17333
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 10 Oct 1995 08:17:48 -0400
  3. Received: by apakabar.cc.columbia.edu id AA04868
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 10 Oct 1995 08:17:46 -0400
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!sol.ctr.columbia.edu!spool.mu.edu!howland.reston.ans.net!news.sprintlink.net!malgudi.oar.net!chemabs!usenet
  7. From: "Steven W. Layten" <slayten@cas.org>
  8. Subject: Re: Control chars to prefix for rlogin?
  9. Content-Type: text/plain; charset=us-ascii
  10. Message-Id: <1995Oct10.115354.29235@chemabs.uucp>
  11. To: jhurwit@netcom.com
  12. Sender: usenet@chemabs.uucp
  13. Content-Transfer-Encoding: 7bit
  14. Organization: CAS (Chemical Abstracts Service)
  15. References: <hg/dww8Z7K6Q085yn@netcom.com>
  16. Mime-Version: 1.0
  17. Date: Tue, 10 Oct 1995 11:53:54 GMT
  18. X-Mailer: Mozilla 1.1N (Windows; I; 32bit)
  19. Lines: 27
  20.  
  21. rlogin uses (by default) an escape character of a '~'. I don't think that 
  22. ms-kermit or C-Kermit will allow you to escape this char, as it is a 
  23. printable character. I have found, however, that transfers from 
  24. pc-->unix->unix, where the pc->unix link is via ms-kermit and the unix->unix 
  25. link is via rlogin that the transfers failed when ms-kermit did its 
  26. 'compression' by replacing repeating chars with a run-length encoded string 
  27. (the normal 'compression' char is '~' and the run-length was such that it 
  28. was represented by another '~', that the two '~' chars together were changed 
  29. by rlogin to a single '~', causing check-sum failures. 
  30.  
  31. Bottom line: tell rlogin to use a different escape character by using the 
  32. '-ec' flag (see man rlogin(1)). In my case, I've got a terminal server in 
  33. the path that uses control-x as an escape char, so I have to tell ms-kermit 
  34. to escape control-x anyway, so I tell rlogin to use control-x as the escape 
  35. character. This has given me full upload/download capabilities. In your 
  36. case, you seem to be escaping control-z for some reason, so you could 
  37. probably safely tell rlogin to use this as the escape. 
  38.  
  39. Hope this helps.
  40.  
  41. Steve Layten
  42. -- 
  43. Steven W. Layten, Senior Research Scientist
  44. Chemical Abstracts Service PO BOX 3012, Columbus, OH 43210  +1 614 447 3600
  45. INET: slayten@cas.org                                  FAX: +1 614 447 3813
  46. # # Speaking only for myself, and NOT for Chemical Abstracts Service! # # #
  47.